home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 November / EnterCD 11_2002.iso / Internet / Amaya 6.4 / Windows NT.exe / _SETUP.1 / creating_a_target_anchor.html < prev    next >
Encoding:
Extensible Markup Language  |  2002-06-11  |  2.3 KB  |  69 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.     
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  8.   <meta name="GENERATOR" content="amaya 5.2" />
  9.   <title>Creating a Target Anchor</title>
  10.   <style type="text/css">  </style>
  11.   <link href="../style.css" rel="stylesheet" type="text/css" />
  12. </head>
  13.  
  14. <body xml:lang="en" lang="en">
  15.  
  16. <table border="0" summary="toc">
  17.   <tbody>
  18.     <tr>
  19.       <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
  20.         src="../../images/amaya.gif" /></td>
  21.       <td><p><a href="creating_an_internal_link.html" accesskey="p"><img alt="previous"
  22.         src="../../images/left.gif" /></a> 
  23.         <a href="../Links.html" accesskey="t"><img alt="top" src="../../images/up.gif" /></a> 
  24.         <a href="creating_a_target_element.html" accesskey="n"><img alt="next"
  25.         src="../../images/right.gif" /></a></p>
  26.       </td>
  27.     </tr>
  28.   </tbody>
  29. </table>
  30.  
  31. <div id="page_body">
  32. <h1>Creating a Target Anchor</h1>
  33.  
  34. <p>A target anchor is a piece of text that is referred to by a link (a source
  35. anchor). Before creating a link to a text string, you must first turn it into
  36. a target anchor.</p>
  37.  
  38. <p class="ProcedureCaption">To create a target anchor:</p>
  39. <ol>
  40.   <li>Click and drag to select the appropriate text string.
  41.     <p></p>
  42.   </li>
  43.   <li>Choose <strong>Create Target</strong> from the <strong>Links</strong>
  44.     menu<strong>. </strong>The selected text is now a target. In Formatted
  45.     view, if <strong>Show Targets</strong> is turned on, the target text is
  46.     preceded by an icon. In the Links view, icons that identify target
  47.     anchors are always displayed.
  48.     <p></p>
  49.   </li>
  50.   <li>When a target anchor is created, Amaya automatically generates the
  51.     attribute <code>NAME</code> value by:
  52.     <p></p>
  53.     <ul>
  54.       <li>Extracting a word longer than 3 characters from the anchor text.
  55.         <p>or</p>
  56.       </li>
  57.       <li>Generating a number.
  58.         <p></p>
  59.       </li>
  60.     </ul>
  61.     <p>In both cases, Amaya guarantees that the generated value is unique
  62.     within the document.</p>
  63.   </li>
  64. </ol>
  65. </div>
  66.  
  67. </body>
  68. </html>
  69.